HelpPath{Create}CommandName{createTrackbar}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, int orientation, handle parent}CloseBrace{)}Description{Creates a trackbar.  Trackbar controls are similar to scrollbars except they have a pointer rather than a thumb, and at the side of the trackbar are a series of markers like a grid scale.  Trackbars are the gadgets found in the Windows Sound Volume program.}ReturnDescription{Handle to the new gadget.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{orientation}Param5Desc{If 0, the trackbar is horizontal.  If 1, the trackbar is vertical.

???? - Check this}Param6{}Param6Desc{}Remarks{}Param7{parent}Param7Desc{Handle to the parent of the new gadget, or 0 for the main window}ExampleSource{}SeeAlso{}